Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@commitlint/parse (source) ^20.0.0^20.3.1 age confidence pnpm.catalog.default minor
@eslint/js (source) ^9.37.0^9.39.2 age confidence pnpm.catalog.default minor
@stylistic/eslint-plugin (source) ^5.4.0^5.7.0 age confidence pnpm.catalog.default minor
@tanstack/query-core (source) ^5.90.2^5.90.17 age confidence pnpm.catalog.default patch
@types/react (source) ^19.2.6^19.2.8 age confidence pnpm.catalog.default patch
@vitejs/plugin-react (source) ^5.1.1^5.1.2 age confidence pnpm.catalog.default patch
@vitejs/plugin-vue (source) ^6.0.2^6.0.3 age confidence pnpm.catalog.default patch
actions/setup-node v6.1.0v6.2.0 age confidence action minor
eslint (source) ^9.37.0^9.39.2 age confidence pnpm.catalog.default minor
eslint-plugin-n ^17.23.1^17.23.2 age confidence pnpm.catalog.default patch
jsdom ^27.2.0^27.4.0 age confidence pnpm.catalog.default minor
nx (source) 22.1.322.3.3 age confidence pnpm.catalog.default minor
pnpm (source) 10.24.010.28.0 age confidence packageManager minor
prettier (source) ^3.7.4^3.8.0 age confidence pnpm.catalog.default minor
publint (source) ^0.3.15^0.3.16 age confidence pnpm.catalog.default patch
react (source) ^19.2.1^19.2.3 age confidence pnpm.catalog.default patch
react-dom (source) ^19.2.1^19.2.3 age confidence pnpm.catalog.default patch
tsdown (source) ^0.17.0^0.19.0 age confidence pnpm.catalog.default minor
type-fest ^5.2.0^5.4.1 age confidence pnpm.catalog.default minor
typescript-eslint (source) ^8.46.0^8.53.0 age confidence pnpm.catalog.default minor
vite (source) ^7.2.4^7.3.1 age confidence pnpm.catalog.default minor
vitest (source) ^4.0.13^4.0.17 age confidence pnpm.catalog.default patch
vue (source) ^3.5.24^3.5.26 age confidence pnpm.catalog.default patch

Release Notes

conventional-changelog/commitlint (@​commitlint/parse)

v20.3.1

Compare Source

Note: Version bump only for package @​commitlint/parse

v20.2.0

Compare Source

Note: Version bump only for package @​commitlint/parse

eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores
eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.7.0

Compare Source

Features
Bug Fixes
  • list-style: replace text range with delimiter directly (#​1062) (c2ac348)
  • object-curly-spacing: allow space before comment in multi-line objects (#​1076) (d73c03e)
Documentation
Build Related
Chores

v5.6.1

Compare Source

Bug Fixes
  • computed-property-spacing: guard with node.type instead of computed check (#​1054) (c486861)

v5.6.0

Compare Source

Features
Bug Fixes
  • type-generic-spacing: ignore spaces after new in TSConstructorType (#​1044) (aa0c6ac)
Documentation
  • no-extra-parens: add missing ] in various examples. (#​1048) (88248cf)
  • quotes: update deprecated options to latest and add tips (#​1026) (dc949f8)
Build Related
Chores

v5.5.0

Compare Source

Features
  • comma-dangle: support TSFunctionType and TSDeclareFunction (#​1015) (cd3776f)
  • comma-dangle: support TSTypeParameterInstantiation (#​1016) (ba930e7)
  • indent: deprecate offsetTernaryExpressionsOffsetCallExpressions via offsetTernaryExpressions.CallExpression (#​997) (f2837b1)
  • indent: introduce NewExpression and AwaitExpression in offsetTernaryExpressions (#​996) (2b5a39f)
  • new rule list-style (#​895) (a9ec0de)
  • object-curly-spacing: add emptyObjects option to control spacing in empty objects (#​1002) (85ef5bc)
  • padding-line-between-statements: narrow report range to reduce noise (#​1017) (b3a3acf)
  • update deps (#​1011) (9d5085c)
Bug Fixes
  • indent: correctly indent NewExpression in ConditionalExpression (#​994) (01cec33)
  • replace context.getSourceCode() with context.sourceCode (#​1004) (f3faa54)
Documentation
Chores
TanStack/query (@​tanstack/query-core)

v5.90.17

Compare Source

Patch Changes
  • fix(query-core): replaceEqualDeep max depth (#​10032)

v5.90.16

Compare Source

Patch Changes

v5.90.15

Compare Source

Patch Changes
  • Fix: Always treat existing data as stale when query goes into error state. (#​9927)

v5.90.14

Patch Changes
  • Fix streamedQuery reducer being called twice (#​9970)

v5.90.13

Patch Changes
  • Made context.signal consume aware with streamedQuery (#​9963)

v5.90.12

Compare Source

Patch Changes
  • fix: update react and nextJs (#​9944)

v5.90.11

Compare Source

Patch Changes
  • Prevent infinite render loops when useSuspenseQueries has duplicate queryKeys (#​9886)

v5.90.10

Compare Source

Patch Changes
  • fix(types): allow QueryFilters union with different lengths (#​9878)

  • Fix streamedQuery to avoid returning undefined when the stream yields no values (#​9876)

v5.90.9

Compare Source

Patch Changes
  • fix(types): do not drop readonly for partial QueryFilter matching (#​9872)

v5.90.8

Compare Source

Patch Changes
  • fix: allow partial query keys in QueryFilters (#​9686)

v5.90.7

Compare Source

Patch Changes
  • fix(core): only attach .then and .catch onto a promise if it gets dehydrated (#​9847)

v5.90.6

Compare Source

Patch Changes
  • Fixed isFetchedAfterMount in cases where initialData is applied (#​9743)

v5.90.5

Compare Source

Patch Changes
  • fix: observing "promise" needs to implicitly observe "data" (#​9772)

v5.90.4

Compare Source

Patch Changes
  • fix(types): remove duplicate Array condition in MutationKey type (#​9754)

v5.90.3

Compare Source

Patch Changes
  • Avoid unhandled promise rejection errors during de/rehydration of pending queries. (#​9752)
vitejs/vite-plugin-react (@​vitejs/plugin-react)

v5.1.2

Compare Source

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.3

Features
Bug Fixes
Performance Improvements
Miscellaneous Chores
actions/setup-node (actions/setup-node)

v6.2.0

Compare Source

eslint/eslint (eslint)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.23.2

Compare Source

🩹 Fixes
  • avoid any type for no-top-level-await listener node (build issue) (#​498) (f071703)
  • file-extension-in-import: handle directory index imports (#​499) (754a1a6)
  • file-extension-in-import: handle files with dots in basename (#​506) (600f3f2)
  • no-sync: resolve full typed names for ignores (#​501) (047301a)
📚 Documentation
🧹 Chores
  • no-missing-import: align fixture message with latest resolver output (#​500) (a3719d2)
jsdom/jsdom (jsdom)

v27.4.0

Compare Source

  • Added TextEncoder and TextDecoder.
  • Improved decoding of HTML bytes by using the new @exodus/bytes package; it is now much more correct. (ChALkeR)
  • Improved decoding of XML bytes to use UTF-8 more often, instead of sniffing for <meta charset> or using the parent frame's encoding.
  • Fixed a memory leak when Ranges were used and then the elements referred to by those ranges were removed.

v27.3.0

Compare Source

  • Improved CSS parsing and CSSOM object APIs via updates to @acemir/cssom. (acemir)
nrwl/nx (nx)

v22.3.3

Compare Source

22.3.3 (2025-12-19)
🩹 Fixes
  • misc: remove CNW A/B testing flow branching (#​33967)
❤️ Thank You

v22.3.2

Compare Source

22.3.2 (2025-12-19)
🚀 Features
  • angular: support ngrx v21 (#​33940)
  • angular: support cypress component testing with zoneless projects (#​33941)
🩹 Fixes
❤️ Thank You

v22.3.1

Compare Source

22.3.1 (2025-12-18)
🩹 Fixes
❤️ Thank You

v22.3.0

Compare Source

22.3.0 (2025-12-17)
🚀 Features
  • angular: support angular v21 (#​33378)
  • angular: add migration to set isolateModules: true to jest tsconfig files (#​33889)
  • angular: add migration to replace jest-preset-angular/setup-jest imports (#​33899)
  • core: add NX_DEFAULT_OUTPUT_STYLE env var (#​33493, #​27490)
  • core: add CnwError class for typed error handling in create-nx-workspace (#​33839)
  • core: add hints and status messages to the tui (#​33838)
  • js: add option for using tsgo compiler when inferring build and typecheck tasks (#​33821, #​32591)
  • js: improve SWC compilation error logging (#​33297)
  • misc: support prettier v3 (#​33898, #​30801)
  • nx-plugin: allow customizing the location of the companion E2E project (#​32073, #​32069)
  • rspack: add support for cssFilename config #​32498 (#​32506, #​32498)
  • testing: add option to playwright preset to open html report (#​31282)
  • webpack: add support for merging externals to NxAppWebpackPlugin (#​33833)
🩹 Fixes

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 8, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 8, 2025

⚠️ No Changeset found

Latest commit: fa8c14a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@nx-cloud
Copy link

nx-cloud bot commented Dec 8, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit fa8c14a

Command Status Duration Result
nx affected --targets=test:sherif,test:docs,tes... ❌ Failed 2s View ↗
nx run-many --target=build ✅ Succeeded <1s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-15 05:48:02 UTC

@pkg-pr-new
Copy link

pkg-pr-new bot commented Dec 8, 2025

npm i https://pkg.pr.new/@tanstack/eslint-config@329
npm i https://pkg.pr.new/@tanstack/publish-config@329
npm i https://pkg.pr.new/@tanstack/typedoc-config@329
npm i https://pkg.pr.new/@tanstack/vite-config@329

commit: fa8c14a

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from ad769bc to 61a9e4f Compare December 14, 2025 05:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from b1ee861 to 6fa9b7e Compare December 21, 2025 12:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6fa9b7e to 59d0a96 Compare December 22, 2025 18:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 2aeecd8 to 1a28078 Compare December 30, 2025 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 51538c6 to 6953192 Compare January 5, 2026 18:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from a5406f7 to eb08afa Compare January 14, 2026 09:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4b3c5a6 to 88ae3fd Compare January 15, 2026 02:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88ae3fd to fa8c14a Compare January 15, 2026 05:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant